home *** CD-ROM | disk | FTP | other *** search
- Path: dfw.dfw.net!not-for-mail
- From: ftlgeuse@dfw.dfw.net (Fetelgeuse)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP ! "key in" function in C++
- Date: 4 Mar 1996 11:03:23 GMT
- Organization: DFW Internet Services - DFWNet: 800-2-DFWNet
- Message-ID: <4heilr$1fr@fnord.dfw.net>
- References: <001163l.825915262@dragon> <4hecsk$cdi@moody.mchh.siemens.de>
- NNTP-Posting-Host: dfw.dfw.net
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Ronald Fischer (ronald.fischer@uebemc.siemens.de) wrote:
- : 001163l@dragon.acadiau.ca (Timothy Lee) wrote:
- : >HI,
- : >
- : > I am looking for a function in c++ which same as the INKEY$ in BASIC.
- : >I have tried the kbhit() function, but this function won't reset. I want a
- : >function can keep track whether any key is hitting.
- : >
- : >
- : >Thanks you
- : >Timothy Lee
- :
- Try the bioskey() functions or write a KB ISR , essentially a keyboard
- driver.
-
-